const runtime.spanAllocStack
10 uses
runtime (current package)
mheap.go#L941: spanAllocStack // stack span
mheap.go#L1184: needPhysPageAlign := physPageAlignedStacks && typ == spanAllocStack && pageSize < physPageSize
mheap.go#L1366: case spanAllocStack:
mheap.go#L1629: case spanAllocStack:
stack.go#L199: s = mheap_.allocManual(_StackCacheSize>>_PageShift, spanAllocStack)
stack.go#L263: mheap_.freeManual(s, spanAllocStack)
stack.go#L408: s = mheap_.allocManual(npage, spanAllocStack)
stack.go#L498: mheap_.freeManual(s, spanAllocStack)
stack.go#L1233: mheap_.freeManual(s, spanAllocStack)
stack.go#L1247: mheap_.freeManual(s, spanAllocStack)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |